Eclipse Platform
Pre-release 3.0

Eclipse Platform API Specification

Platform Runtime Packages
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.

 

Workspace Packages
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.

 

Workbench Packages
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.
org.eclipse.jface.dialogs Provides support for dialogs.
org.eclipse.jface.operation Provides JFace support for long-running operations.
org.eclipse.jface.preference Provides a framework for preferences.
org.eclipse.jface.progress  
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images.
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents.
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.
org.eclipse.jface.text.formatter Provides a text formatter add-on for an ITextViewer.
org.eclipse.jface.text.information Provides an information provider add-on for an ITextViewer.
org.eclipse.jface.text.presentation Provides a presentation reconciler add-on for an ITextViewer.
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer.
org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer.
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.
org.eclipse.jface.window Provides a general framework for creating and managing windows.
org.eclipse.jface.wizard Provides a framework for wizards.
org.eclipse.swt SWT constants and error handling support.
org.eclipse.swt.accessibility SWT Accessibility.
org.eclipse.swt.browser SWT Browser widget.
org.eclipse.swt.custom SWT Custom widgets.
org.eclipse.swt.dnd SWT Drag and Drop support.
org.eclipse.swt.events SWT typed listener support.
org.eclipse.swt.graphics SWT graphics classes.
org.eclipse.swt.layout This package contains the SWT layout classes.
org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes.
org.eclipse.swt.printing SWT Printing support classes.
org.eclipse.swt.program SWT Program support class.
org.eclipse.swt.widgets SWT widget public API classes.
org.eclipse.text.edits  
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.
org.eclipse.ui.activities  
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.
org.eclipse.ui.commands  
org.eclipse.ui.console  
org.eclipse.ui.contexts  
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider.
org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface.
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.
org.eclipse.ui.keys  
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives.
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.
org.eclipse.ui.progress  
org.eclipse.ui.testing  
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.
org.eclipse.ui.texteditor.quickdiff Provides interfaces to for the org.eclipse.ui.editors.quickDiffReferenceProvider extension point and adds an action to enable quick diff display for an editor.
org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.
org.eclipse.ui.views.framelist Provides support for a web-browser style of navigation within a view by maintaining a list of frames.
org.eclipse.ui.views.markers  
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.
org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources.
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace.
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace.

 

Other Packages
org.eclipse.ant.core Provides support for running the Ant build tool in the platform.
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.
org.eclipse.compare.rangedifferencer Provides support for finding the differences between two or three sequences of comparable entities.
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.
org.eclipse.core.boot  
org.eclipse.core.filebuffers  
org.eclipse.core.launcher Launches the Eclipse Platform.
org.eclipse.core.resources.team Provides APIs intended to be implemented by the Team component.
org.eclipse.core.runtime.jobs Provides core support for scheduling and interacting with background activity.
org.eclipse.core.variables Provides support for defining and contributing variables for the purpose of string substitution.
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events.
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching.
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications.

org.eclipse.debug.ui.console

Provides a set of interfaces and classes for rendering and annotating text in the debug console.

org.eclipse.help Provides core help system for the platform.
org.eclipse.help.browser Provides interfaces that need to be implemented by web browser adapters.
org.eclipse.help.ui.browser Provides an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser.
org.eclipse.search.ui Provides classes and interfaces for search pages.
org.eclipse.team.core Application programming interfaces for defining and working with repository providers.
org.eclipse.team.core.subscribers  
org.eclipse.team.core.sync  
org.eclipse.team.ui Provides basic support for managing Team providers.
org.eclipse.team.ui.synchronize Application programming interfaces for interaction with the Eclipse Synchronize View.
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View.
org.eclipse.update.core Provides support for extending the base installation and update services.
org.eclipse.update.core.model Provides model support for extending the base installation and update services.

 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.